From 5cf78e67ca4e4583e827e8b8a918fc61ac7896c0 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 8 Dec 2006 23:10:26 +0000 Subject: [PATCH] Tart up the garmin doc a little. --- xmldoc/formats/garmin.xml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/xmldoc/formats/garmin.xml b/xmldoc/formats/garmin.xml index 4c1756d71..423af37cb 100644 --- a/xmldoc/formats/garmin.xml +++ b/xmldoc/formats/garmin.xml @@ -10,8 +10,8 @@ - Supported models on USB include - + Supported Garmin GPS receivers with USB include + Edge 205 Edge 305 eTrex Legend C @@ -67,11 +67,12 @@ StreetPilot i2 StreetPilot i3 StreetPilot i5 +Zumo -and most serial units including: - +and most serial Garmin GPS receivers including: + eMap eTrex Camo eTrex Legend @@ -114,12 +115,12 @@ - To communicate with a unit serially, use the name of that - serial port such as "COM1" or "/dev/cu.serial". + To communicate with a Garmin GPS serially, use the name of that + serial port such as COM1 or /dev/cu.serial. - To communicate via USB use "usb:" as the filename on all OSes. - Thus, to read the waypoints from a Garmin USB unit and write + To communicate via USB use usb: as the filename on all OSes. + Thus, to read the waypoints from a Garmin USB receiver and write them to a GPX file: @@ -129,7 +130,7 @@ If you have multiple units attached via USB, you may provide a unit number, with zero being the implied default. So if you have three USB models on your system, they can be addressed as - "usb:0", "usb:1", and "usb:2". To get a list of recognized devices, + usb:0, usb:1, and usb:2. To get a list of recognized devices, specifiy a negative number such as: gpsbabel -i garmin -f usb:-1 @@ -137,7 +138,7 @@ When reporting problems with the Garmin format, be sure to include the full unit model, firmware version, and be prepared to offer -debugging dumps by adding "-D9" to the command line, like: +debugging dumps by adding to the command line, like: gpsbabel -D9 -i garmin -f usb: -o gpx -F blah.gpx @@ -157,7 +158,7 @@ so they are named 'Custom 0' through 'Custom 511'. getty, pppd, etc.) is using the serial port. - For models connected via USB, we recommend use of the 'usb:' + For models connected via USB, we recommend use of the usb: filename. For this to work on Windows, you must install the Garmin driver. For Linux, this will fail if have the garmin_gps kernel module loaded. -- 2.30.2